Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
xfce:tumbler:start [2022/01/02 06:06] – [Configuration] gaelxfce:tumbler:start [2023/11/02 11:20] (current) – [Standards compliance] Update spec link gael
Line 21: Line 21:
 thumbnail management D-Bus specification described on  thumbnail management D-Bus specification described on 
  
-[[https://wiki.gnome.org/DraftSpecs/ThumbnailerSpec]]+[[https://wiki.gnome.org/Attic/DraftThumbnailerSpec]]
  
 written in an object-oriented fashion using GLib and GObject. Its written in an object-oriented fashion using GLib and GObject. Its
Line 65: Line 65:
   * [[https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html|XDG Base Directory Specification]]   * [[https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html|XDG Base Directory Specification]]
   * [[https://specifications.freedesktop.org/thumbnail-spec/thumbnail-spec-latest.html|Thumbnail Managing Standard]]   * [[https://specifications.freedesktop.org/thumbnail-spec/thumbnail-spec-latest.html|Thumbnail Managing Standard]]
-  * [[https://wiki.gnome.org/DraftSpecs/ThumbnailerSpec|Thumbnail Management D-Bus Specification]]+  * [[https://wiki.gnome.org/Attic/DraftThumbnailerSpec|Thumbnail Management D-Bus Specification]]
   * [[https://www.freedesktop.org/wiki/Specifications/file-uri-spec/|File URI Specification]]   * [[https://www.freedesktop.org/wiki/Specifications/file-uri-spec/|File URI Specification]]
  
Line 73: Line 73:
 ===== Debugging Support ===== ===== Debugging Support =====
  
 +As with all Xfce components, you can [[https://docs.xfce.org/xfce/building#building_the_packages|set debug support at compile time]], but this is more likely to be of interest to developers or package maintainers.
  
-Tumbler currently supports four different levels of debugging support +To get debug logs at runtime, starting with Tumbler 4.17.0 (first stable release 4.18.0)you can do the following:
-which can be setup using the configure flag `--enable-debug' (check the  +
-output of `configure --help'):+
  
-  `full'  Use this if you want to debug Tumbler to locate a bug. The +  pkill tumblerd 
-    build will most probably be noticably slower. This is also +  G_MESSAGES_PREFIXED= G_MESSAGES_DEBUG=all $(pkg-config --variable=libdir tumbler-1)/tumbler-1/tumblerd
-    recommended for people that want to develop Tumbler stuff. +
- +
-  `yes'  This is the default for git snapshot builds. It adds all +
-    kinds of checks to the code, and is therefore likely to run +
-    slower. Use this if you want to develop for Tumbler (e.g. +
-    writing Tumbler extensions and such)+
- +
-  `minimum'  This is the default for release builds, and presents the +
-    recommended behaviour. +
- +
-  `no'  Disables all sanity checks. Don't use this unless you know +
-    exactly what you do.+
  
 [[|Back To Top]] [[|Back To Top]]
Line 100: Line 87:
 Tumbler depends on the following packages: Tumbler depends on the following packages:
  
-  * GLib >= 2.50.0+  * GLib >= 2.66.0
  
 Tumbler can optionally use the following packages: Tumbler can optionally use the following packages:
  
-  * gdk-pixbuf >= 2.14.0 (various image formats, some of them requiring the installation of optional libraries specific to gdk-pixbuf; also required for all other plugins below) +  * gdk-pixbuf >= 2.40.0 (various image formats, some of them requiring the installation of optional libraries specific to gdk-pixbuf; also required for all other plugins below) 
   * FreeType >= 2.0.0 (font)   * FreeType >= 2.0.0 (font)
 +  * A libjpeg implementation (e.g. libjpeg-turbo)
   * FFmpegthumbnailer >= 2.0.0 (video)   * FFmpegthumbnailer >= 2.0.0 (video)
   * GStreamer >= 1.0.0 (video)   * GStreamer >= 1.0.0 (video)
Line 118: Line 106:
  
 ===== Latest Release ===== ===== Latest Release =====
-{{rss>https://archive.xfce.org/feeds/project/tumbler 1 date description 2h}}+{{rss>https://archive.xfce.org/feeds/project/tumbler 1 date 2h}} 
 + 
 +[[https://gitlab.xfce.org/xfce/tumbler/-/blob/master/NEWS|Read the CHANGELOG]]
  
-[[https://archive.xfce.org/src/xfce/tumbler/|Previous Releases]]+  * **[[https://archive.xfce.org/src/xfce/tumbler/|Download current release]]** (link also contains older versions)
  
 [[|Back to Top]] [[|Back to Top]]